Q3Shape_GetSet
You can use theQ3Shape_GetSet
function to get the set currently associated with a shape.
TQ3Status Q3Shape_GetSet ( TQ3ShapeObject shape, TQ3SetObject *set);
shape
- A shape object.
set
- On exit, the set currently associated with the specified shape.
DESCRIPTION
TheQ3Shape_GetSet
function returns, in theset
parameter, the set of elements currently associated with the shape object specified by theshape
parameter.